home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / need_for.swf / scripts / frame_19 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  86 b   |  7 lines

  1. if(time_wait > 36)
  2. {
  3.    gotoAndStop("wait_level");
  4.    play();
  5. }
  6. time_wait += 1;
  7.